home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / cpyds125.zip / CDVERIFY.BAT < prev    next >
DOS Batch File  |  1991-09-02  |  245b  |  6 lines

  1. echo off
  2. :This batch file lets you specify the Source, Target and temp storage disks
  3. :and automatically sets the /verify switch to do a read-after-write comparison
  4. :of data read from Source to data written on Target
  5. cpydsk %1 %2 %3 /verify
  6.